.products_color{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,56,148,0);
	z-index: 10;
}
.products_img:hover .products_color{
	background-color: rgba(0,56,148,0.3);
	transition:0.5s;
}
.products_img{
	position: relative;
}
.products_img img {
	width: 100%;
	height: auto;
}
.float_left{
	float: left;
}
.margin_top28{
	margin-top: 28px;
	min-height:280px;
}
.products_title{
	font-size: 16px;
	text-align: center;
	line-height: 21px;
	height:63px;
	overflow: hidden;

}
.products_title a:hover{
	color: #15499A;
}
.nav-footer li a:hover{
	color: #15499A;
}
@font-face{
	src:url(../fonts/verlag.otf);
	font-family: webfont;
}
/*body{
	font-family: Calibri;
}
.webfont{
	font-family: webfont;
}
.sidebar .h3,.sidebar h3,.box .h6, .box h6,footer .h6, footer h6,.navbar-footer .navbar-nav>li>a,.news_title,.page_right a,.tab-content .full-lined-headline,#gad-tabs .nav-tabs li .tab h3 {
	font-family: webfont;
}
.products_title{
	font-family: 'Calibri-Light' !important;
}*/
.nav-mega-menu a:hover{
	color: #a4a4a4 !important;
}
